ATrace_setCounter

Writes trace message to indicate the value of a given counter.

\param counterName The counter name to appear in the trace. \param counterValue The counter value.

extern (C) nothrow @nogc
void
ATrace_setCounter
(
const(char)* counterName
,
)

Meta